home *** CD-ROM | disk | FTP | other *** search
/ Shirley Barber's Fairies: Create, Paint & Play / Fairies.iso / pc / Files / Cards.dxr / Internal_10_Goto Marker No sound.ls < prev    next >
Encoding:
Text File  |  2003-09-29  |  274 b   |  15 lines

  1. property myMarker
  2. global myFinishFrame
  3.  
  4. on mouseDown
  5.   myFinishFrame = the frame
  6.   if myMarker = "Help" then
  7.     cursor(200)
  8.   end if
  9.   go(myMarker)
  10. end
  11.  
  12. on getPropertyDescriptionList
  13.   return [#myMarker: [#comment: "Jump To Marker", #format: #marker, #default: EMPTY]]
  14. end
  15.